home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / demo / aga / rj-mblue.lha / Lastwords.readme < prev    next >
Text File  |  1998-09-18  |  1KB  |  48 lines

  1. Last minute comments...
  2. In this archive you can find both executable and source
  3. code of this very little intro.
  4. First..dont blame me if file lenght doesnt exactly match
  5. 512 bytes, cause it's 6 kbytes actually :-)
  6. All intro code is 512 bytes long except (naturally)
  7. startup and chunky to planar code.
  8. I provided source code for all that ones want to learn
  9. something about 68k assembly coding.
  10. Remember that in no way this intro was speed-otpmized,
  11. btw inner drawing loop it's 'fast' on 060 much more
  12. than on 030/040 cause I used ror stuff instead classical
  13. (with addx) texture mapping algo.
  14. You can find in this source some pretty (at least for me)
  15. routines like:
  16.  
  17. Congruential Random Generator        (by Azure)
  18. Sin/Cos Table Generator
  19. Non-Linear Tileable Texture Generator
  20. Simple Raytracer
  21. Fast Int Sqrt Extractor            (by an unknown Archimedes coder)
  22. Grid Texture Mapper (Lattice Expander)
  23.  
  24. Keep in mind that actually I squeezed this code at 504 bytes
  25. using a shorter and faster Lattice expander.
  26.  
  27. I wish to thank all the following people:
  28.  
  29. Joseph,Surfing,Case,Modem,Azure,Scout,Moro,UgolONE,Wiz and
  30. all the #amigaita and #amycoders folks.
  31. Special greetings to all RamJam boys that I just left :-(
  32.  
  33. If you want contact me please send e-mail to marcos@guest.net
  34.  
  35.  
  36. nAo
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.